*, *:before, *:after {
  box-sizing: border-box;
}
*, *:focus, *:active, *:focus:active, *:before, *:before:focus, *:before:active, *:before:focus:active, *:after, *:after:focus, *:after:active, *:after:focus:active {
  outline: none;
}
li {
  list-style: none;
  padding: 0;
}
/*轮显图片*/
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel-inner > .item > .carousel-caption{
  position: absolute;
  background: url(../img/box_kuai.png);
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: large;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
/*单张轮显图*/
#full_e > .carousel-inner .item img{
height: 400px;
}
#full_v > .carousel-inner .item img{
height: 358px;
}
#full_k > .carousel-inner .item img{
height: 390px;
}
#full_j > .carousel-inner .item img{
height:315px;
}
#full_p > .carousel-inner .item img{
height: 600px;
}
#single.carousel {
  margin: 0 30px;
  width: calc(100% - ($button-spacing * 2));
}
#single.carousel .carousel-inner > .item.row {
  margin: 0;
  padding: 0;
}
#single.carousel .carousel-inner > .item.row li img {
  max-width: 100%;
  height: auto;
  display: block;
}
#single.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
}
#single.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
#single.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
#single.carousel .carousel-control:hover:after {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
#single.carousel .carousel-control.left {
  left: -30px;
}
#single.carousel .carousel-control.right {
  right: -30px;
}
#single.carousel .carousel-control.left:before {
  content: '\e079';
}
#single.carousel .carousel-control.left:after {
  right: -100%;
}
#single.carousel .carousel-control.right:before {
  content: '\e080';
}
#single.carousel .carousel-control.right:after {
  left: -100%;
}
/*Plugin CSS*/
.str_wrap {
    overflow:hidden;
    *zoom:1;
    width:100%;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
